To compile inside Visual Studio 2003 you'll need to:


1. Download the required files.
 devkitARM from http://sourceforge.net/projects/devkitpro. Use the latest version available
 GamePark sdk libraries, from http://www.nekanium.com/gp32/sdk/gamepark_sdk16bits.zip
 A file to build the make files, from http://www.nekanium.com/gp32/sdk/make.exe.zip

2. Extract the downloaded files to the right place
 Extract devkitARM to: to C:\, which should then create C:\devkitARM
 Extract GamePark sdk libraries to C:\devkitARM, which should then create C:\devkitARM\gamepark_sdk
 Extract make.exe.zip to C:\devkitARM\bin

3. Inside Visual Studio 2003
 Open the menu... Tools->Options
 Select from the list on the left... Projects->VC++ Directories
 Then add the directory "C:\devkitARM\bin" to the top of the list

- TheGrimReaper (m_acky@hotmail.com)
